bitkeeper revision 1.1159.1.424 (419a4b48DV5Fr1M1MPYdj8tLY1ijBQ)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Tue, 16 Nov 2004 18:47:36 +0000 (18:47 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Tue, 16 Nov 2004 18:47:36 +0000 (18:47 +0000)
update process times on other cpus.
XXX needs processed_system_time -> ticks trickery

linux-2.6.9-xen-sparse/arch/xen/i386/kernel/time.c

index 3dab3891156a3c778b29882b08a32c8f4cf579e2..58cad10c8e8b3df34390fb3aa9129f3f3a5187fd 100644 (file)
@@ -732,8 +732,8 @@ static irqreturn_t local_timer_interrupt(int irq, void *dev_id,
         */
        // irq_enter();
        /* XXX add processed_system_time loop thingy */
-       // if (regs)
-       //      update_process_times(user_mode(regs));
+       if (regs)
+               update_process_times(user_mode(regs));
        // irq_exit();
        if (smp_processor_id() == 0) {
            xxprint("bug bug\n");